diff options
-rwxr-xr-x | installers/pc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installers/pc.sh b/installers/pc.sh index 88eb01c..2e4081a 100755 --- a/installers/pc.sh +++ b/installers/pc.sh @@ -65,6 +65,8 @@ main() "${0%installers/pc}src/prokit" install \ -a "${host_arch}" -p "${host_plat}" \ ${mirror:+-m} ${mirror} 'dev/trunk' "${mountpoint}" + # This prokit-opkg command won't be needed once the config-base packages + # depend on lilo. "${0%installers/pc}src/prokit" opkg "${mountpoint}" install lilo read b4 b3 b2 b1 <<-EOF $(od -An -tx1 -v -j 440 -N 4 "/dev/${dev}") |