index : archi486 | |
Archlinux32 i486 tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | TODOS | 2 | ||||
-rw-r--r-- | mkinitcpio-i486.conf | 5 |
@@ -1,5 +1,5 @@ - no parallel download -- get below 96MB memory +- get below 64MB memory - install.txt specific to Archlinux32, i486 - mkfs -O^64bit - still low memory issues (pinentry croaks about missing signatures on low memory) diff --git a/mkinitcpio-i486.conf b/mkinitcpio-i486.conf index 85c466f..464241d 100644 --- a/mkinitcpio-i486.conf +++ b/mkinitcpio-i486.conf @@ -4,7 +4,7 @@ # run. Advanced users may wish to specify all system modules # in this array. For instance: # MODULES=(piix ide_disk reiserfs) -MODULES=(ata_piix atkbd hid_generic uhci_hcd ohci_pci usbhid sd_mod cdrom isofs) +MODULES=(ata_piix atkbd hid_generic uhci_hcd ohci_pci usbhid sd_mod sr_mod cdrom isofs) # BINARIES # This setting includes any additional binaries a given user may @@ -49,7 +49,8 @@ FILES=() # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr, fsck and shutdown hooks. -HOOKS=(base udev autodetect modconf block filesystems keyboard fsck) +#HOOKS=(base udev autodetect modconf block filesystems keyboard fsck) +HOOKS=(base keyboard) # COMPRESSION # Use this to compress the initramfs image. By default, zstd compression |