o Get rid of silly comment which seems to have got life of its own via
copy-and-paste process; o Return geom_uzip(4) usage back to how manual page prescribes it to be used while I am here.
This commit is contained in:
parent
983ed4f9f1
commit
c5235dce89
@ -21,7 +21,6 @@ hints "AP94.hints"
|
||||
|
||||
# GEOM modules
|
||||
device geom_redboot # to get access to the SPI flash partitions
|
||||
device geom_uzip # compressed in-memory filesystem hackery!
|
||||
options GEOM_UZIP
|
||||
|
||||
options ROOTDEVNAME=\"ufs:md0.uzip\"
|
||||
|
@ -47,7 +47,6 @@ nooptions INET6
|
||||
|
||||
# GEOM modules
|
||||
device geom_map # to get access to the SPI flash partitions
|
||||
device geom_uzip # compressed in-memory filesystem hackery!
|
||||
options GEOM_UZIP
|
||||
options GEOM_PART_GPT
|
||||
|
||||
|
@ -12,7 +12,6 @@ hints "ROUTERSTATION.hints"
|
||||
|
||||
# GEOM modules
|
||||
device geom_redboot # to get access to the SPI flash partitions
|
||||
device geom_uzip # compressed in-memory filesystem hackery!
|
||||
options GEOM_UZIP
|
||||
|
||||
options ROOTDEVNAME=\"ufs:md0.uzip\"
|
||||
|
@ -15,7 +15,6 @@ device pcf2123_rtc
|
||||
|
||||
# GEOM modules
|
||||
device geom_redboot # to get access to the SPI flash partitions
|
||||
device geom_uzip # compressed in-memory filesystem hackery!
|
||||
options GEOM_UZIP
|
||||
|
||||
# Boot from the first MFS uzip
|
||||
|
@ -26,7 +26,7 @@ options BOOTVERBOSE
|
||||
|
||||
# GEOM modules
|
||||
device geom_map # to get access to the SPI flash partitions
|
||||
device geom_uzip # compressed in-memory filesystem hackery!
|
||||
options GEOM_UZIP
|
||||
|
||||
options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
|
||||
|
||||
|
@ -25,7 +25,7 @@ options AR71XX_ENV_UBOOT
|
||||
options BOOTVERBOSE
|
||||
|
||||
# GEOM modules
|
||||
device geom_uzip # compressed in-memory filesystem hackery!
|
||||
options GEOM_UZIP
|
||||
device geom_map # to get access to the SPI flash partitions
|
||||
|
||||
options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
|
||||
|
Loading…
Reference in New Issue
Block a user