FS#12376 - hardcoded /dev/sda instead of $DISC
Attached to Project:
Arch Linux
Opened by Dieter Plaetinck (Dieter_be) - Sunday, 07 December 2008, 17:22 GMT
Last edited by Simo Leone (neotuli) - Tuesday, 09 December 2008, 00:18 GMT
Opened by Dieter Plaetinck (Dieter_be) - Sunday, 07 December 2008, 17:22 GMT
Last edited by Simo Leone (neotuli) - Tuesday, 09 December 2008, 00:18 GMT
|
Details
Funny that no user noticed this before. I guess everyone
uses sata nowadays?
@ autoprepare function from http://projects.archlinux.org/?p=installer.git;a=blob_plain;f=setup;hb=HEAD - DISC_SIZE=$(hdparm -I /dev/sda | grep -F '1000*1000' | sed "s/^.*:[ \t]*\([0-9]*\) MBytes.*$/\1/") + DISC_SIZE=$(hdparm -I $DISC | grep -F '1000*1000' | sed "s/^.*:[ \t]*\([0-9]*\) MBytes.*$/\1/") |
This task depends upon
Closed by Simo Leone (neotuli)
Tuesday, 09 December 2008, 00:18 GMT
Reason for closing: Fixed
Additional comments about closing: http://code.neotuli.net/gitweb/?p=instal ler.git;a=commit;h=bf27dc740f18b67cfef80 735924cc1985d439346
It just hasn't been pushed to al.org yet.
Tuesday, 09 December 2008, 00:18 GMT
Reason for closing: Fixed
Additional comments about closing: http://code.neotuli.net/gitweb/?p=instal ler.git;a=commit;h=bf27dc740f18b67cfef80 735924cc1985d439346
It just hasn't been pushed to al.org yet.
Comment by Gavin Bisesi (Daenyth) -
Sunday, 07 December 2008, 18:31 GMT
FYI, the installer is getting a lot of work done on it right now.
I don't know if this is still relevent.
Comment by
Aaron Griffin (phrakture) - Monday,
08 December 2008, 23:43 GMT
- Task reassigned to Simo Leone (neotuli), Aaron Griffin (phrakture), Dan McGee (toofishes), Aaron Griffin (phrakture)
Still a bug in the projects.al.org git code