Compare commits
2 Commits
cebd6f0de2
...
559513e629
Author | SHA1 | Date |
---|---|---|
Joshua Boniface | 559513e629 | |
Joshua Boniface | e3e8c35949 |
|
@ -78,7 +78,7 @@ default_debmirror="http://debian.mirror.rafal.ca/debian"
|
|||
# Base packages (installed by debootstrap)
|
||||
basepkglist="lvm2,parted,gdisk,grub-pc,grub-efi-amd64,linux-image-amd64,sudo,vim,gpg,gpg-agent,openssh-server,vlan,ifenslave,python3,ca-certificates,curl"
|
||||
# Supplemental packages (installed in chroot after debootstrap)
|
||||
suppkglist="firmware-linux,firmware-linux-nonfree,firmware-bnx2,firmware-bnx2x,ntp,ipmitool,acpid,acpi-support-base"
|
||||
suppkglist="firmware-linux,firmware-linux-nonfree,firmware-bnx2,firmware-bnx2x,ntp,ipmitool,acpid,acpi-support-base,lsscsi"
|
||||
|
||||
# Modules to blacklist (known-faulty)
|
||||
target_module_blacklist=( "hpwdt" )
|
||||
|
@ -219,7 +219,7 @@ seed_config() {
|
|||
detect:*)
|
||||
# Read the detect string into separate variables
|
||||
# A detect string is formated thusly:
|
||||
# detect:<Controller-or-Vendor-Name>:<0-indexed-ID>:<Capacity-in-human-units>
|
||||
# detect:<Controller-or-Model-Name>:<0-indexed-ID>:<Capacity-in-human-units>
|
||||
# For example:
|
||||
# detect:INTEL:1:800GB
|
||||
# detect:DELLBOSS:0:240GB
|
||||
|
|
Loading…
Reference in New Issue