Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.project > #13113 > unrolled thread
| Started by | Johnny de Villiers <devilliersjohnny@gmail.com> |
|---|---|
| First post | 2022-12-13 11:10 +0100 |
| Last post | 2022-12-14 12:50 +0100 |
| Articles | 6 — 4 participants |
Back to article view | Back to linux.debian.project
disabling boot time automatic rootfs resize Johnny de Villiers <devilliersjohnny@gmail.com> - 2022-12-13 11:10 +0100
Re: disabling boot time automatic rootfs resize Paul Wise <pabs@debian.org> - 2022-12-14 06:20 +0100
Re: disabling boot time automatic rootfs resize Johnny de Villiers <devilliersjohnny@gmail.com> - 2022-12-14 10:10 +0100
Re: disabling boot time automatic rootfs resize Paul Wise <pabs@debian.org> - 2022-12-15 05:20 +0100
Re: disabling boot time automatic rootfs resize Thomas Goirand <zigo@debian.org> - 2022-12-14 10:10 +0100
Re: disabling boot time automatic rootfs resize Diederik de Haas <didi.debian@cknow.org> - 2022-12-14 12:50 +0100
| From | Johnny de Villiers <devilliersjohnny@gmail.com> |
|---|---|
| Date | 2022-12-13 11:10 +0100 |
| Subject | disabling boot time automatic rootfs resize |
| Message-ID | <FCaoy-amiP-5@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Good day Have been trying to disable the root boot time automatic rootfs resize for devices running arm such as the RPi, Odroid, RockPi etc... with little to no success. Is there any way to do this? The systems running the 'cloud-init' packages like ubuntu have given us a means to disable it, however am unable to find any documentation on the debian system doing this? would really appreciate it if you got back to me -- Thank you Kind Regards Johnny de Villiers
[toc] | [next] | [standalone]
| From | Paul Wise <pabs@debian.org> |
|---|---|
| Date | 2022-12-14 06:20 +0100 |
| Message-ID | <FCslr-axpk-5@gated-at.bofh.it> |
| In reply to | #13113 |
[Multipart message — attachments visible in raw view] — view raw
On Tue, 2022-12-13 at 12:06 +0200, Johnny de Villiers wrote: > Have been trying to disable the root boot time automatic rootfs > resize for devices running arm such as the RPi, Odroid, RockPi etc... > with little to no success. Normal Debian installs do not alter the rootfs size after installation, so you must be using a custom image with extra packages installed. If you are using the Debian images for RPi, the site for that gives a procedure for disabling/limiting the first-boot filesystem resize step: https://raspi.debian.net/defaults-and-settings/ For other images you will need to consult the folks who created them. > Is there any way to do this? The systems running the 'cloud-init' > packages like ubuntu have given us a means to disable it, however am > unable to find any documentation on the debian system doing this? cloud-init is available in Debian too, but I assume like something that would only be used on cloud images, not on ARM images. -- bye, pabs https://wiki.debian.org/PaulWise
[toc] | [prev] | [next] | [standalone]
| From | Johnny de Villiers <devilliersjohnny@gmail.com> |
|---|---|
| Date | 2022-12-14 10:10 +0100 |
| Message-ID | <FCvW1-azKa-5@gated-at.bofh.it> |
| In reply to | #13115 |
[Multipart message — attachments visible in raw view] — view raw
Hi Paul Thank you for the response... have attempted the dummy partition method previously and the system would reach the listing of connected devices and basically hang there forever. Found a work around however it involves shuffling around the partition order... not ideal! What I am attempting to do is create three partitions, the first would be the "boot", the second would be the "root" and the third would be an "EPD" ( External Persistent Device ) to store data on that I would like to share between different distributions allowing me to swap out without the fear of data loss. On Wed, Dec 14, 2022 at 7:04 AM Paul Wise <pabs@debian.org> wrote: > On Tue, 2022-12-13 at 12:06 +0200, Johnny de Villiers wrote: > > > Have been trying to disable the root boot time automatic rootfs > > resize for devices running arm such as the RPi, Odroid, RockPi etc... > > with little to no success. > > Normal Debian installs do not alter the rootfs size after installation, > so you must be using a custom image with extra packages installed. > > If you are using the Debian images for RPi, the site for that gives a > procedure for disabling/limiting the first-boot filesystem resize step: > > https://raspi.debian.net/defaults-and-settings/ > > For other images you will need to consult the folks who created them. > > > Is there any way to do this? The systems running the 'cloud-init' > > packages like ubuntu have given us a means to disable it, however am > > unable to find any documentation on the debian system doing this? > > cloud-init is available in Debian too, but I assume like something that > would only be used on cloud images, not on ARM images. > > -- > bye, > pabs > > https://wiki.debian.org/PaulWise > -- Thank you Kind Regards Johnny de Villiers
[toc] | [prev] | [next] | [standalone]
| From | Paul Wise <pabs@debian.org> |
|---|---|
| Date | 2022-12-15 05:20 +0100 |
| Message-ID | <FCNSV-aKEF-9@gated-at.bofh.it> |
| In reply to | #13118 |
[Multipart message — attachments visible in raw view] — view raw
On Wed, 2022-12-14 at 10:17 +0200, Johnny de Villiers wrote: > Thank you for the response... have attempted the dummy partition > method previously and the system would reach the listing of connected > devices and basically hang there forever. Found a work around however > it involves shuffling around the partition order... not ideal! If you are using the images provided by the Debian RPi team, please file a bug report with them about this issue. https://raspi.debian.net/contact For other images you will need to consult the folks who created them. -- bye, pabs https://wiki.debian.org/PaulWise
[toc] | [prev] | [next] | [standalone]
| From | Thomas Goirand <zigo@debian.org> |
|---|---|
| Date | 2022-12-14 10:10 +0100 |
| Message-ID | <FCvW1-azKa-11@gated-at.bofh.it> |
| In reply to | #13115 |
On 12/14/22 06:03, Paul Wise wrote: > On Tue, 2022-12-13 at 12:06 +0200, Johnny de Villiers wrote: > >> Have been trying to disable the root boot time automatic rootfs >> resize for devices running arm such as the RPi, Odroid, RockPi etc... >> with little to no success. > > Normal Debian installs do not alter the rootfs size after installation, > so you must be using a custom image with extra packages installed. > > If you are using the Debian images for RPi, the site for that gives a > procedure for disabling/limiting the first-boot filesystem resize step: > > https://raspi.debian.net/defaults-and-settings/ > > For other images you will need to consult the folks who created them. > >> Is there any way to do this? The systems running the 'cloud-init' >> packages like ubuntu have given us a means to disable it, however am >> unable to find any documentation on the debian system doing this? > > cloud-init is available in Debian too, but I assume like something that > would only be used on cloud images, not on ARM images. Not sure if that's the Debian image (I don't think the Debian image for RPi has cloud-init), though with cloud-init, you may simply disable some modules in /etc/cloud/cloud.cfg. I hope that helps, Cheers, Thomas Goirand (zigo)
[toc] | [prev] | [next] | [standalone]
| From | Diederik de Haas <didi.debian@cknow.org> |
|---|---|
| Date | 2022-12-14 12:50 +0100 |
| Message-ID | <FCyqR-aB6V-9@gated-at.bofh.it> |
| In reply to | #13119 |
[Multipart message — attachments visible in raw view] — view raw
On Wednesday, 14 December 2022 10:03:19 CET Thomas Goirand wrote: > I don't think the Debian image for RPi has cloud-init Correct
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.project
csiph-web