Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions about the new (wip) generic kickstarts #1

Open
markVnl opened this issue Aug 21, 2021 · 3 comments
Open

Some questions about the new (wip) generic kickstarts #1

markVnl opened this issue Aug 21, 2021 · 3 comments

Comments

@markVnl
Copy link

markVnl commented Aug 21, 2021

In the buildscript, does --cache /root/cache work if one runs as a privileged user with sudo?

What about just "cat" the little rootsf-expand script in /root/bin or /usr/local/bin?

Is this correct : echo no chroot selected ?

then just a few habits of my:

  • always include nano in the package list (rpi users are a kind of used to that..)
  • personally I find it incomprehensible the el8 core pulls in nearly 400 packages and bash-completion is not among them.
  • would repeat myself by giving my opinion on the swap partition
@markVnl markVnl changed the title Some questions about the new (wip) generic kickstrats Some questions about the new (wip) generic kickstarts Aug 21, 2021
@markVnl
Copy link
Author

markVnl commented Aug 21, 2021

Forgot to say I'm happy this work is done!

BTW are you familiar with armbian, I like their approach offirst boot / setting up a user;
it done in a script with tty overrides so nomatter how you login (serial, ssh. regular console) you always start there .

@psgreco
Copy link
Owner

psgreco commented Aug 21, 2021

In the buildscript, does --cache /root/cache work if one runs as a privileged user with sudo?

It should, since it is handled by appliance-creator

What about just "cat" the little rootsf-expand script in /root/bin or /usr/local/bin?

Yeap, that's coming up "soon"

Is this correct : echo no chroot selected ?

That looks like leftover from debug, I'll remove it

then just a few habits of my:

  • always include nano in the package list (rpi users are a kind of used to that..)
  • personally I find it incomprehensible the el8 core pulls in nearly 400 packages and bash-completion is not among them.
    I can try to add those too
  • would repeat myself by giving my opinion on the swap partition

I'm planning on doing this at a later time, I'd like to get zram into epel, then I'll be able to remove swap without feeling guilty

@psgreco
Copy link
Owner

psgreco commented Aug 21, 2021

Forgot to say I'm happy this work is done!

BTW are you familiar with armbian, I like their approach offirst boot / setting up a user;
it done in a script with tty overrides so nomatter how you login (serial, ssh. regular console) you always start there .

I haven't used armbian a lot, other than to compare a few things, but I'm open to suggestions for improvements ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants